home *** CD-ROM | disk | FTP | other *** search
Oberon Document | 1995-08-09 | 1.9 KB | 45 lines | [oODC/obnF] |
- Documents.StdDocumentDesc
- Documents.DocumentDesc
- Containers.ViewDesc
- Views.ViewDesc
- Stores.StoreDesc
- Documents.ModelDesc
- Containers.ModelDesc
- Models.ModelDesc
- Stores.ElemDesc
- TextViews.StdViewDesc
- TextViews.ViewDesc
- TextModels.StdModelDesc
- TextModels.ModelDesc
- TextModels.AttributesDesc
- Helvetica
- TextRulers.StdRulerDesc
- TextRulers.RulerDesc
- TextRulers.StdStyleDesc
- TextRulers.StyleDesc
- TextRulers.AttributesDesc
- Helvetica
- Helvetica
- Helvetica
- DevCompiler
- DEFINITION DevCompiler;
- PROCEDURE Compile;
- PROCEDURE CompileModuleList;
- PROCEDURE CompileSelection;
- END DevCompiler.
- PROCEDURE Compile
- Guard: TextCmds.FocusGuard
- Compile the module whose source is in the focus view.
- PROCEDURE CompileModuleList
- Guard: TextCmds.SelectionGuard
- Compile the list of modules whose names are selected. When the first error is detected, the offending source is opened to show the error.
- PROCEDURE CompileSelection
- Guard: TextCmds.SelectionGuard
- Compile the module, whose beginning is selected.
- TextControllers.StdCtrlDesc
- TextControllers.ControllerDesc
- Containers.ControllerDesc
- Controllers.ControllerDesc
- Helvetica
- Documents.ControllerDesc
-